auto merge of #671 : alexcrichton/cargo/issue-668, r=brson
authorbors <bors@rust-lang.org>
Tue, 7 Oct 2014 03:07:37 +0000 (03:07 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Oct 2014 03:07:37 +0000 (03:07 +0000)
commit4e49c4c02fd55bce1cfb6770e6e7fb6472731d88
treef9adddf8b855cade3e1172149ef87f1b5af21799
parent878366e4e50edad1eff2d90672595628c7e14fe7
parentf59416d092b72c8f93166cf7ff64ff9681bf89c1
auto merge of #671 : alexcrichton/cargo/issue-668, r=brson

Examples are classified as binaries, but do not have the `test` flag set on
their Profile. They do, however, have their environment set to `test`. Be sure
to place them into the `tests` bucket so they have development dependencies
available for their compilation.

Closes #668